home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #279 (1993)(Rhein-Sieg-Soft).zip / Franz PD Disk #279 (1993)(Rhein-Sieg-Soft).adf / ak_gen0-lib_V38.20.LHA / ak_gen0-library / Programmers.LHA / Programmers / stubs / ReadMe_Stubs.doc
Text File  |  1993-10-03  |  994b  |  29 lines

  1.  
  2.    ReadMe_Stubs.txt V38.2, 3 October 1993
  3.  
  4.    © 1993 by Andreas R. Kleinert. All rights reserved.
  5.  
  6.    Andreas R. Kleinert
  7.    Grube Hohe Grethe 23
  8.    D-57074 Siegen
  9.    Germany
  10.  
  11.  
  12.    At first it should be mentioned, that you ALWAYS should use, #pragmas
  13.    (include file "ak_gen0_pragmas.h") if possible, which means in fact,
  14.    if your Compiler supports it.
  15.  
  16.    If your Compiler does not support #pragmas, you have to use stub-routines.
  17.    With ak_gen0.library there come two versions of stub routines.
  18.  
  19.    The old ones (dir oldstubs) are a little bit buggy, because they cause
  20.    problems if they are used, while #pragmas of other libraries are
  21.    used, or if they are used by more than one Task at the same time
  22.    (bas register A6 is not saved). They are just included for compatibility.
  23.    These stubs are written in Assembler.
  24.  
  25.    The new ones (dir newstubs) should not cause the same problems as the
  26.    old ones. In fact they should be fully free of bugs.
  27.    These stubs are written in C.
  28.  
  29.